home *** CD-ROM | disk | FTP | other *** search
- for %%f in (netw_286\wdpls2?d.obj) do if exist %%f copy %%f
- for %%f in (netw_286\wdplus2.lan) do if exist %%f copy %%f
- for %%f in (wdplus?d.obj) do if exist %%f copy %%f netw_286
- for %%f in (wdplus.lan) do if exist %%f copy %%f netw_286
- for %%f in (wdplus?d.obj) do if exist netw_286\%%f del %%f
- for %%f in (wdplus.lan) do if exist netw_286\%%f del %%f
- for %%f in (wdpls2?d.obj) do if exist %%f del netw_286\%%f
- for %%f in (wdplus2.lan) do if exist %%f del netw_286\%%f